From 82c2dd33131eb3d1a90c4162f5cacc79c5eb6252 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Thu, 24 May 2007 13:18:28 +0000 Subject: [PATCH] Google Maps changed to contain invalid XHTML, again. This time, it was tags of the form (note lack of whitespace between attributes.) --- gpsbabel/google.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gpsbabel/google.c b/gpsbabel/google.c index 1ad9aef86..0fe9e260b 100644 --- a/gpsbabel/google.c +++ b/gpsbabel/google.c @@ -417,6 +417,10 @@ google_read(void) else if ( !strncmp( from, "\\042", 4)) { *to++ = '"'; from += 4; + + if ( *(to-2) != '=' ) { + *to++ = ' '; + } } else if ( !strncmp( from, "\\'", 2)) { *to++ = '\''; -- 2.30.2